const char * sPlugInLibrary;
Name of loadable plug-in library file.
const char * sPlugInName;
Menu name of plug-in
Example. To execute a plug-in, use the PAddition command.
PGetAdditions additions; for (short i = additions.Count(); i > 0; --i) { if (strcmp(additions.sPlugInLibrary, "MyOtherPlugin.add") == 0) PAddition(additions.sPlugInLibrary, additions.sPlugInName); additions++; }
Comments or suggestions? Contact Adobe Developer Support